Skip to content

Conversation

ihorLysak
Copy link
Collaborator

Summary

Added behaviour described by @luiqor in this message on slack

AndriiLevin and others added 30 commits September 9, 2024 22:23
fshabanov and others added 20 commits September 25, 2024 10:53
for (const category of newSelectedCategories) {
namesOfSelectedCategories += `${category.name}\n`;
}
let namesOfSelectedCategories = newSelectedCategories
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
let namesOfSelectedCategories = newSelectedCategories
const namesOfSelectedCategories = newSelectedCategories

})
.addCase(getTasksForCategories.rejected, (state) => {
state.dataStatus = DataStatus.REJECTED;
state.buttonsMode = ButtonsModeOption.SUGGESTIONS_MANIPULATION;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was rejected state removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants